home *** CD-ROM | disk | FTP | other *** search
/ Sun Solutions 1997 April to September / Sun Solutions CD - APR '97 - SEP '97 (704-3778-12 Rev. H)(Sun Microsystems, Inc.)(1997).iso / products / CyberCash / _install / notOS.sh < prev   
Linux/UNIX/POSIX Shell Script  |  1997-02-24  |  206b  |  9 lines

  1. #!/bin/sh
  2.  
  3.         echo ""
  4.         echo "This software demonstration  is for Windows NT/95 only."
  5.         echo ""
  6.         echo "Hit Return or use your mouse to Quit this window."
  7.         read return
  8. exit 0
  9.